wayland: Ensure to set gtk_surface dbus properties after hide()
authorCarlos Garnacho <carlosg@gnome.org>
Wed, 25 Jan 2017 14:53:55 +0000 (15:53 +0100)
committerCarlos Garnacho <carlosg@gnome.org>
Wed, 25 Jan 2017 17:12:51 +0000 (18:12 +0100)
commit4ebf98f440cda4b5e5b6fc72c9623acbeca1f81b
treea697c36c835c70be4b17c158227772377393c259
parentc8c4a940c4ce6b4a58df5c79562ce9cceea2f18e
wayland: Ensure to set gtk_surface dbus properties after hide()

Currently hiding destroys the wl_surface and all related interfaces,
(including the gtk_surface1) so the next time the GdkWindow is mapped,
we don't bother to set the DBus properties. Toggle the check off so
it's actually issued again after the GdkWindow gets a gtk_surface1.

https://bugzilla.gnome.org/show_bug.cgi?id=773686
gdk/wayland/gdkwindow-wayland.c